home *** CD-ROM | disk | FTP | other *** search
- echo off
- if (%1)==() goto whoops
- cls
- echo Now installing Data Master on Drive %1... sit back and relax
- md %1:\dm
- copy dmaster.exe %1:\dm
- %1:
- cd\dm
- dmaster
- cls
- echo The subdirectory \DM contains Data Master and documentation
- echo files.
- echo.
- echo Installation complete. Ready to start Data Master.
- echo.
- pause
- cls
- dm
- goto quit
- :whoops
- echo You forgot to type a drive letter, please try again...
- :quit
-